*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    
}
body{
    height: 100vh;
    overflow: hidden;
    font-family: arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header{
    display: flex;
    justify-content: flex-end;
    padding: 20px 10px;
    margin: 10px;
    align-items: center;
}
a{
    text-decoration: none;
    font-size: large;
    padding: 6px;
    font-size: 14px;
    font-family: arial,sans-serif;
    color: #202124
}
a:hover{
    text-decoration: underline;
}
img{ 
    width: 30px;
    margin: 6px;
}
img:hover{
    background-color: #aeaeaf;
    box-shadow: 3px 3px 5px rgba(20, 21, 24, 0.1);
    border-radius: 15px;
}
.body{
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
form{
    position: relative;
}
input{
    padding: 10px 100px;
    margin: 10px;
    font-size: 15px;
    border-radius: 50px;
    border: 1px solid lightgrey;
}
input:hover{
    box-shadow: 3px 3px 5px rgba(20, 21, 24, 0.1);
}
input:focus{
    outline: none;
}
.search{
    width: 16px;
    position: absolute;
    top: 15px;
    left: 20px;
    color: #aeaeaf;
}
.mic{
    width: 25px;
    position: absolute;
    top: 10px;
    left: 360px;
}
.google{
    width: 250px;
}
button{
    border: 1px solid transparent;
    padding: 10px 10px;
    margin-right: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    color: lightgray;
}
button:hover{
    border: 1px solid #eee;
    box-shadow: 3px 3px 5px rgba(20, 21, 24, 0.1);
}
.gl{
    display: flex;
    padding: 6px;
    line-height: 28px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.bl{
    color: blue;
}
p{
    color: gray;
    padding-left: 13px;
    line-height: 3em;
}
.footer{
    width: 100%;
    background-color: #777575;
    background-origin: padding-box;
    flex-shrink: 0;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: rgb(112, 117, 122);
    display: block;
    box-sizing: border-box;
}
.nigeria{
    border-bottom: rgb(218, 220, 224);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(112, 117, 122);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}
.panel{
    color: rgb(32, 33, 36);
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 14px;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    margin-top: 15px;
}
.panel > * {
    flex-basis: 33%;
}
.left{
    color: rgb(32, 33, 36);
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 14px;
    justify-content: flex-start;
    min-width: 30%;
    order: 1;
}
.llinks{
    color: rgb(112, 117, 122);
}
.carborn{
    color: rgb(32, 33, 36);
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 14px;
    justify-content: center;
    width: 770px;
    order: 2;

}
.leaf{
    color: rgb(112, 117, 122);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration-thickness: auto;
    white-space: nowrap;
    width: 15px;    ;
}
.clink{
    color: rgb(112, 117, 122);
    cursor: pointer;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration-color: rgb(112, 117, 122);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    white-space: nowrap;
}
.right{
    color: rgb(32, 33, 36);
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
    font-size: 14px;
    justify-content: flex-end;
    min-width: 30%;
    order: 3;
}
.rlink{
    color: rgb(112, 117, 122);
}